From b20c5288f248ddc5258635331565134ec31f8ee8 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 19 Jul 2002 06:24:41 +0000 Subject: [PATCH] (dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate, compiled-function-p, define-function): Move obsolescence declarations from subr.el --- lisp/subr.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lisp/subr.el b/lisp/subr.el index 73b3dcfd603..3a0a65bc14a 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -701,6 +701,14 @@ as returned by the `event-start' and `event-end' functions." (make-obsolete 'sref 'aref "20.4") (make-obsolete 'char-bytes "now always returns 1 (maintained for backward compatibility)." "20.4") (make-obsolete 'chars-in-region "use (abs (- BEG END))." "20.3") +(make-obsolete 'dot 'point "before 19.15") +(make-obsolete 'dot-max 'point-max "before 19.15") +(make-obsolete 'dot-min 'point-min "before 19.15") +(make-obsolete 'dot-marker 'point-marker "before 19.15") +(make-obsolete 'buffer-flush-undo 'buffer-disable-undo "before 19.15") +(make-obsolete 'baud-rate "use the baud-rate variable instead." "before 19.15") +(make-obsolete 'compiled-function-p 'byte-code-function-p "before 19.15") +(make-obsolete 'define-function 'defalias "20.1") (defun insert-string (&rest args) "Mocklisp-compatibility insert function. -- 2.30.2